home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
rexmooslib.lha
/
MOOS
/
History
< prev
next >
Wrap
Text File
|
1997-02-03
|
4KB
|
105 lines
$VER: MOOS 1.01 (30.Jan.1997)
MOOS 1.01 (30.Jan.1997)
========================
Added a standard installation script.
New sub-library: rexx_exec.library
New sub-library: rexx_intuition.library
New sub-library: rexx_math.library
All libraries use the standard version.revision specification.
New global history for the whole project (this file).
Created the rexxlib.lib to move all private functions in.
rexxMOOS.library
~~~~~~~~~~~~~~~~
v37.0 (30.Jan.1997) -- External functions' table.
Functions may not set any result string.
Optimized the dispatch routine.
rexx_dos.library
~~~~~~~~~~~~~~~~
v37.0 (29.Jan.1997) -- Minor bug fixed into ReadArgs()
SetVar(), GetVar(), DeleteVar()
All functions read the RexxArg structure.
WriteBlock() has only "Append/S" as option.
Examine() and ExAll() return more informations.
ReadBlock() has only the "Del=Delete/S" option.
Info()
rexx_exec.library
~~~~~~~~~~~~~~~~~
v37.0 (29.Jan.1997) -- AvailMem(), Reboot(), FlushMem()
rexx_intuition.library
~~~~~~~~~~~~~~~~~~~~~~
v37.0 (31.Jan.1997) -- First public release.
GetPubScreen(), SetPubScreen()
WBenchScreen() replace OpenWB() and CloseWB()
ScreenToBack() and ScreenToFront() removed.
v0.10 (15.Jan.1997) -- Internal release.
Beep(), ScreenToBack(), ScreenToFront()
CloseWB(), OpenWB()
rexx_math.library
~~~~~~~~~~~~~~~~~
v37.0 (30.Jan.1997) -- Improved the dispatch function.
acosh(), asinh(), atanh(), nint(), ceil(),
floor(), sec(), csc()
v0.10 (15.Jan.1997) -- First internal release.
A special dispatch function.
abs(), acos(), asin(), atan(), atan2()
cos(), cosh(), cot(), exp(), log(), log10()
pow(), sin(), sinh(), sqrt(), tan(), tanh()
rexx_stem.library
~~~~~~~~~~~~~~~~~
v37.0 (29.Jan.1997) -- Enhanced the internal functions.
MOOS 1.00 (24.Jan.1997)
========================
rexxMOOS.library
~~~~~~~~~~~~~~~~
v1.00 (24.Jan.1997) -- Bug fixed in the "RESULT" string.
Minor bug fixed into the internal ReadArgs()
Enhanced the main dispatch function.
Bug fixed in the argument checking section.
v0.80 (07.Jan.1997) -- First internal release, based on the old
rexx_stem.library
rexx_dos.library
~~~~~~~~~~~~~~~~
v1.00 (23.Jan.1997) -- AddBuffers() replaced with 'dos/AddBuffers'()
v0.83 (19.Jan.1997) -- First public release.
WriteBlock(), ReadBlock()
ExAll(), Examine(), ReadArgs()
v0.82 (12.Jan.1997) -- MatchPattern()
v0.81 (10.Jan.1997) -- AddPart(), SplitPath()
v0.80 (09.Jan.1997) -- rexx_dos.library becomes a sub-library of
the new rexxMOOS.library
Delay(), AddBuffers()
rexx_stem.library
~~~~~~~~~~~~~~~~~
v0.81 (11.Jan.1997) -- First public release.
StemRead(), StemWrite()
Added the option "Delete/S" to StemRead()
v0.80 (08.Jan.1997) -- rexx_stem.library becomes a sub-library of
the new rexxMOOS.library
Changed all function names *Stem ==> Stem*
v0.13 (26.Nov.1996) -- Added "Case/S" to SortStem().
First beta-release in AREXX and AREXX.AMY
RemoveStem()
v0.12 (25.Nov.1996) -- CopyStem()
Added "NoDupes/S" to SortStem()
v0.11 (24.Nov.1996) -- Improved InsertStem(), SearchStem()
SortStem()
v0.10 (22.Nov.1996) -- InsertStem(), SearchStem()
Added the ReadArgs() support.